home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-12 | 1.4 KB | 62 lines | [TEXT/KAHL] |
- /******************************************************************************
- CApp.h
-
- Header File For CApp Application Class
-
- Copyright © 1995 Dan Crevier. All rights reserved.
-
- Generated by Visual Architectâ„¢ 9:19 AM Mon, Nov 6, 1995
-
- This file is only generated once. You can modify it by redefining
- in the placeholder definitions and adding any new methods and
- data members you wish.
-
- If you change the name of the application, a fresh version of this
- file will be generated. If you have made any changes to the file
- with the old name, you will have to copy those changes to the new
- file by hand.
-
- ******************************************************************************/
-
- #pragma once
-
- #include "x_CApp.h"
-
- #include <CDialog.h>
-
- class CApp : public x_CApp
- {
- public:
-
- TCL_DECLARE_CLASS
-
- void ICApp(void);
-
- virtual ~CApp();
-
-
- virtual void ForceClassReferences(void);
- virtual void DoCommand(long theCommand);
-
- // Remove this function if you do not have
- // multiple document types
-
- virtual OSType GetDocTypeFromDialog(CDialogDirector *dialog);
-
- protected:
- virtual void MakeSwitchboard(void);
- virtual void MakeDesktop(void);
-
- };
-
- // File Types
- //
- // Change the #defines below to reflect the file types
- // your application actually creates or opens
-
- #define kNumFileTypes 1
- #define kFileType1 'TEXT'
- #define kFileType2 'TEXT'
- #define kFileType3 'TEXT'
- #define kFileType4 'TEXT'
-